←Select platform

RegisterStripItemFeatureExecuter<T>() Method

Summary

Register a specific type to be created for a StripItemFeatureExecuter object with a new WorkstationContainer.

Syntax

C#
VB
C++
public static void RegisterStripItemFeatureExecuter<T>() 
  
Public Overloads Shared Sub RegisterStripItemFeatureExecuter(Of T As Leadtools.Medical.Workstation.Interfaces.IWorkstationStripItemFeatureExecuter)()  
public: 
static void RegisterStripItemFeatureExecutergeneric<typename T> 
();  
where T: Leadtools.Medical.Workstation.Interfaces.IWorkstationStripItemFeatureExecuter 

Type Parameters

T
The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationStripItemFeatureExecuter interface.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly